home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Old Testament Foundatiosn with Philip Yancey
/
Old Testament Foundatiosn with Philip Yancey - Disc 1.iso
/
pc
/
data
/
m20.dir
/
00001_script movie.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-06
|
384 b
|
17 lines
on startMovie
global gTextField, gOnIBM
identifyPlatform()
end
on showtext
global gTextField, gOnIBM
if gOnIBM then
set the textFont of field "article" to "Arial"
set the textSize of field "article" to 12
else
set the textFont of field "article" to "Geneva"
set the textSize of field "article" to 12
end if
put field gTextField into field "article"
end